home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / DA / P / Peeper.cpt / Peeper Notes next >
Text File  |  1988-10-22  |  3KB  |  69 lines

  1.                                                        22 Oct 88
  2.  
  3.  
  4.                             Peeper DA
  5.                            version 1.0
  6.  
  7.                          by Matt Holiday
  8.  
  9.  
  10. Peeper is a very simple DA which allows you to look inside paint
  11. documents without having to start up your favorite paint program.
  12. Future versions may support PICT documents.  Peeper allows you to
  13. view a painting but not edit it -- I am not trying to build a
  14. paint-program-in-a-DA, but rather a little utility which lets you
  15. browse the contents of a painting quickly, when you've forgotten
  16. what was in it.
  17.  
  18.  
  19. WARNING: Peeper does not work correctly when opened within some
  20. paint programs (so far, FullPaint and SuperPaint, that I know of)
  21. because of unfriendly things that these programs do to the screen.
  22. In particular, it will bomb or hang up in FullPaint.
  23.  
  24.  
  25. Peeper reads MacPaint documents (and paint files from compatible
  26. programs like FullPaint or SuperPaint).  It also opens paint-type
  27. startup screens.  The startup screens must have the file type set
  28. to 'SCRN', the way that SuperPaint makes them, and have a file
  29. length of exactly 21,888 bytes (a 512 by 342 pixel bitmap).
  30.  
  31.  
  32. When you select it from the Apple menu, Peeper puts up an Open
  33. File dialog, showing all documents with a file type of 'PNTG' or
  34. 'SCRN'.  The Cancel item has been replaced by Quit.  Peeper uses
  35. the first available SFGetFile 'DLOG' resource, so it may have
  36. extra application-specific buttons which you should ignore.
  37.  
  38.  
  39. The DA window will open with the name of the painting (or start-
  40. up screen), and the cursor will change to the "hand" tool when-
  41. ever it is over this window.  Holding down the mouse allows you
  42. to scroll the painting within the window.  Note that the image
  43. will "pin" when you have scrolled all the way to one side or an-
  44. other.  Clicking on the close box will close both the window and
  45. the DA.
  46.  
  47.  
  48. Peeper requires a good chunk of memory -- 51K for the bitmap in
  49. memory, and a buffer as big as the MacPaint file in which to un-
  50. pack the bits (typically 15K to 20K).  A startup screen will
  51. only require 21K for the bitmap (it isn't packed, so no buffer
  52. is required).
  53.  
  54.  
  55. Peeper should be compatible with all Mac and all ROMS.  I have
  56. tested Peeper with both System 4.2 and System 6.0 on a Mac Plus
  57. and on a Mac II, with and without color.  Other than the above-
  58. noted incompatibilities with FullPaint and SuperPaint, I think
  59. it's pretty solid -- if you find a bug, please let me know!  My
  60. Compuserve address is [73120,2400].
  61.  
  62.  
  63. Peeper is absolutely free.  You may distribute it, but only for
  64. free, and you must include this note.  Peeper is © 1988 by Matt
  65. Holiday in its entirety, and all rights are reserved.
  66.  
  67.  
  68.                                    Happy peeping!
  69.